home *** CD-ROM | disk | FTP | other *** search
- -- card: 14413 from stack: in
- -- bmap block id: 15314
- -- flags: 0000
- -- background id: 14730
- -- name: PRESENTMENU
-
-
- -- part 5 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=385 top=142 right=181 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: CREATING
- ----- HyperTalk script -----
- on mouseUp
- visual wipe right
- go card "CREATING"
- end mouseUp
-
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=385 top=90 right=128 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: SOUND
- ----- HyperTalk script -----
- on mouseUp
- visual wipe right
- go card "SOUND"
- end mouseUp
-
-
-
- -- part 9 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=386 top=38 right=77 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: SCANNER
- ----- HyperTalk script -----
- on mouseUp
- visual wipe right
- go card "SCANNER"
- end mouseUp
-
-
-
- -- part 12 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=387 top=300 right=337 bottom=418
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: New Button
- ----- HyperTalk script -----
- on mouseUp
- visual effect wipe left
- go to card creating
- end mouseUp
-
-